5 |
How do I put a picture on the control's background
|
4 |
How can I change the size of control's font
|
3 |
How do I change the control's font
with thisform.ScrollBar1 .Font.Name = "Tahoma" .ForeColor = RGB(255,0,0) .Object.Caption(256) = "<img>0</img>thumb" endwith |
2 |
How can I change the control's foreground color
with thisform.ScrollBar1 .ForeColor = RGB(255,0,0) .Object.Caption(256) = "<img>0</img>thumb" endwith |
1 |
How can I change the control's background color
with thisform.ScrollBar1 .BackColor = RGB(0,255,0) .Object.VisiblePart(640) = .F. endwith |